DATABASE_LOCATION={{ cookiecutter.__appdata_directory }}/ansys/portal/{{ cookiecutter.__solution_name }}
PORTAL_DATABASE_TYPE=sqlite
PORTAL_PROJECT_DATABASE_LOCATION=${DATABASE_LOCATION}/projects.db
GLOW_SOLUTION_DEFINITION={{ cookiecutter.__solution_namespace }}.{{ cookiecutter.__solution_module_name }}.solution.definition
GLOW_UI_MODULE={{ cookiecutter.__solution_namespace }}.{{ cookiecutter.__solution_module_name }}.ui.app
